home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / kk-arabic.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  101 lines

  1. ;; kk-arabic.mim -- Input method for Kazakh in Arabic script
  2. ;; Copyright (C) 2004, 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;;; Transliteration input method for Kazakh written in the Arabic script
  25. ;;; @verbatim
  26. ;;;  1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17
  27. ;;;  a   A   b   v   g   R   d   e   j   z   y   k   q   l   m   n   N
  28. ;;;
  29. ;;; 18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33
  30. ;;;  o   O   p   r   s   t   w   u   U   f   H   h   c   S   I   i
  31. ;;; @endverbatim
  32.  
  33. (input-method kk arabic)
  34.  
  35. (description
  36.  "Kazakh (with Arabic script) input method by transliteration.
  37.   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17
  38.   a   A   b   v   g   R   d   e   j   z   y   k   q   l   m   n   N
  39.  
  40.  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33
  41.   o   O   p   r   s   t   w   u   U   f   H   h   c   S   I   i")
  42.  
  43. (title "┘é╪º")
  44.  
  45. (map
  46.  (generic
  47.   ("a" "╪º")
  48.   ("A" "┘╡")
  49.   ("b" "╪¿")
  50.   ("v" "█å")
  51.   ("g" "┌»")
  52.   ("R" "╪╣")
  53.   ("d" "╪»")
  54.   ("e" "█ò")
  55.   ("j" "╪¼")
  56.   ("z" "╪▓")
  57.   ("y" "┘è")
  58.   ("k" "┘â")
  59.   ("q" "┘é")
  60.   ("l" "┘ä")
  61.   ("m" "┘à")
  62.   ("n" "┘å")
  63.   ("N" "┌¡")
  64.   ("o" "┘ê")
  65.   ("O" "┘╢")
  66.   ("p" "┘╛")
  67.   ("r" "╪▒")
  68.   ("s" "╪│")
  69.   ("t" "╪¬")
  70.   ("w" "█ï")
  71.   ("u" "█ç")
  72.   ("U" "┘╖")
  73.   ("f" "┘ü")
  74.   ("H" "╪¡")
  75.   ("h" "┘ç")
  76.   ("c" "┌å")
  77.   ("S" "╪┤")
  78.   ("I" "┘ë")
  79.   ("i" "┘╕")
  80.   (";" "╪¢")
  81.   ("," "╪î")
  82.   ("?" "╪ƒ")
  83.  
  84.   ("<" ">")
  85.   (">" "<")
  86.   ("\(" "\)")
  87.   ("\)" "\(")
  88.   ("[" "]")
  89.   ("]" "[")
  90.   ("{" "}")
  91.   ("}" "{")
  92.   ))
  93.  
  94. (state
  95.  (init
  96.   (generic)))
  97.  
  98. ;; Local Variables:
  99. ;; mode: lisp
  100. ;; End:
  101.